home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Java / Applet Launcher.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2004-08-04  |  1.5 KB  |  47 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleExecutable</key>
  6.     <string>Applet Launcher</string>
  7.     <key>CFBundleGetInfoString</key>
  8.     <string>Java Applet Launcher 1.7 Copyright 1996-2004 Apple Computer, Inc.</string>
  9.     <key>CFBundleIconFile</key>
  10.     <string>MRJAppletLauncher.icns</string>
  11.     <key>CFBundleIdentifier</key>
  12.     <string>com.apple.AppletLauncher</string>
  13.     <key>CFBundleName</key>
  14.     <string>Applet Launcher</string>
  15.     <key>CFBundlePackageType</key>
  16.     <string>APPL</string>
  17.     <key>CFBundleShortVersionString</key>
  18.     <string>1.7</string>
  19.     <key>CFBundleSignature</key>
  20.     <string>????</string>
  21.     <key>CFBundleVersion</key>
  22.     <string>1.7</string>
  23.     <key>Java</key>
  24.     <dict>
  25.         <key>ClassPath</key>
  26.         <string>$JAVAROOT/Applet Launcher.jar</string>
  27.         <key>JVMVersion</key>
  28.         <string>1.4+</string>
  29.         <key>MainClass</key>
  30.         <string>com.apple.mrj.tools.AppletLauncher</string>
  31.         <key>Properties</key>
  32.         <dict>
  33.             <key>apple.awt.brushMetalLook</key>
  34.             <string>false</string>
  35.             <key>java.security.policy</key>
  36.             <string>file:Contents/Resources/MRJAppletLauncher.policy</string>
  37.         </dict>
  38.         <key>VMOptions</key>
  39.         <string>-Xbootclasspath/p:/Library/Java/Home/lib/jaws.jar:/Library/Java/Home/lib/netscape.jar:/Library/Java/Home/lib/ext/apple_provider.jar</string>
  40.         <key>WorkingDirectory</key>
  41.         <string>$APP_PACKAGE</string>
  42.     </dict>
  43.     <key>LSHasLocalizedDisplayName</key>
  44.     <true/>
  45. </dict>
  46. </plist>
  47.